home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetTunerX_1.6.9.dmg / IPNetTunerX folder / IPNetTunerX.app / Contents / Resources / Info.plist < prev    next >
Extensible Markup Language  |  2008-04-17  |  2KB  |  66 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>ipnt</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>IPNetTunerX_doc</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>IPNT Settings File</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>TEXT</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>TunerDocument</string>
  26.         </dict>
  27.     </array>
  28.     <key>CFBundleExecutable</key>
  29.     <string>IPNetTunerX</string>
  30.     <key>CFBundleGetInfoString</key>
  31.     <string>1.6.9, Copyright 2002-2008 Sustainble Softworks Inc. All rights reserved.</string>
  32.     <key>CFBundleHelpBookFolder</key>
  33.     <string>IPNetTunerX Help</string>
  34.     <key>CFBundleHelpBookName</key>
  35.     <string>IPNetTunerX Help</string>
  36.     <key>CFBundleIconFile</key>
  37.     <string>IPNetTunerX</string>
  38.     <key>CFBundleIdentifier</key>
  39.     <string>com.sustworks.IPNetTunerX</string>
  40.     <key>CFBundleInfoDictionaryVersion</key>
  41.     <string>6.0</string>
  42.     <key>CFBundleName</key>
  43.     <string>IPNetTunerX</string>
  44.     <key>CFBundlePackageType</key>
  45.     <string>APPL</string>
  46.     <key>CFBundleShortVersionString</key>
  47.     <string>1.6.9</string>
  48.     <key>CFBundleSignature</key>
  49.     <string>ipNT</string>
  50.     <key>CFBundleVersion</key>
  51.     <string>1.6.9</string>
  52.  
  53.     <key>fileReleaseDateY</key>
  54.     <string>2008</string>
  55.     <key>fileReleaseDateM</key>
  56.     <string>4</string>
  57.     <key>fileReleaseDateD</key>
  58.     <string>17</string>
  59.     
  60.     <key>NSMainNibFile</key>
  61.     <string>MainMenu</string>
  62.     <key>NSPrincipalClass</key>
  63.     <string>NSApplication</string>
  64. </dict>
  65. </plist>
  66.